Marvin
11/05/2025, 2:54 PMMarvin
11/05/2025, 2:59 PM<a href=...> tag will be shown as plain text.
Use Slack’s link formatting in your automation body instead:
<{{ flow_run | ui_url }}|Flow Run URL>
Example message:
Flow "{{ flow_run.name }}" is {{ flow_run.state.name }}.
<{{ flow_run | ui_url }}|Open in Prefect UI>
That will display “Flow Run URL” as a clickable hyperlink to the run in Slack.
Refs:
- Slack formatting for links: Slack docs